forked from mono/monodevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
Publish to folder #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jtorres
wants to merge
3,941
commits into
master
Choose a base branch
from
publishToFolder
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apply feedback from @Therzok Remove redundant code, and use a more efficient overflow removal (even though it should never be needed)
This is needed because mdtool sets it, and then TestRunner needs to re-set it to an XwtSynchronizationContext.
When cleared by a new monitor, it was possible to clear a BeginTask message from the pad's queue while the corresponding EndTask message was still going through the sync context. When executed, the EndTask message would crash as the indent stack was empty. Fix this by introducing a cookie. When the cookie no longer matches, messages are discarded.
This can be used by builds to distinguish between a standalone build and a build that is being performed as a prerequisite for execution.
Improve clipboard ring display in toolbox
Fix VSTS 669803: using vstool with Razor
DefaultAutoInsertBracketHandler was conflicting with BraceCompletion for JS/TS. Turn it off for JS and TS mime types to let BraceCompletion do its job.
[master] Fix VSTS 677075: JS triple \u0022\u0022 inserted instead of two
Fix VSTS 673077: JS: incorrect line break/smart indent on ENTER
Fixes issue mono#5856 NullRef in SyntaxHighlighting.cs
Allowing it to be 64bit on mac Fixes VSTS #681973 - MSBuildBuilder.exe is being run as 32bit
Fixes issue mono#5873 Exception when using syntax highlighting in VS for
vb.net by Visual Studio Community 2017 for Mac https://devdiv.visualstudio.com/DevDiv/_workitems/edit/668301 Basically using the former roslyn classification highlighting (latest version). However the vb.net loading gets implemented in our workspace system so the old hack could go away. Switching to tag based highlighting should work when the editorfeatures.vbnet dll can be added to our mef composition. But for now that re-enables vb.net coloring.
…ual Studio Community 2017 for Mac
node helper method.
Fixes VSTS #677558 - Refactoring Contextual Menu Changes
Solution" / "Scrolling over search results" observing ~9 seconds delay https://devdiv.visualstudio.com/DevDiv/_workitems/edit/672522
Fixes VSTS Bug 668301: [Feedback] Unable to change font colors for
Add missing main toolbar tooltips
[Ide] Track unhandled exceptions
…log-cancel [Ide][a11y] Fix Cancel button label in new project dialog
Fixes issue mono#6014 [Regression] Unit-tests execution
[Telemetry] Add the correct StartupType values for the startup event
If no projects were pinned on the welcome page when the IDE started, pinning a project, then closing and re-opening the IDE, would result in the project not being pinned on the welcome page. The problem was that when there was no existing list of pinned projects stored in the properties file a new list would be used as a default value. On saving since the list object matched the default value it was not saved in the properties file. To avoid this only value types, strings and instances of the Properties class are supported as default values. Fixes VSTS #692381 - Pinned projects are no longer remaining pinned after a restart
Fixes VSTS #692948
[DotNetCore] Add support for .NET Core 2.2
Improve shift-tab experience in the toolbar
Fixes issue mono#6104 Invalid URI exception on opening file in root
Fixes issue mono#6089 StackOverflow on running unit tests
[Telemetry] Fix null reference when opening solutions from finder
Fixes issue mono#6142 Completion still commits on ENTER when an item is
Report _from_ version in addition to _to_ version
fixes VSTS #694766
Use a separate timer so that the total duration is reported correctly
Fix NRE when getting ConfigurationSelector
[Telemetry] Don't reset the startup timer
Also check that drag node is not the same as drop node. Fixes VSTS #694596
[F#] Fix CanDropNode so that it only works within F# projects
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.